RichTextKit v0.4

Buffer<T>.Delete Method

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Utils
Declaring Type: Buffer<T>

Delete a section of the buffer

public void Delete(int from, int length);

Parameters

int from

The position to delete from

int length

The length to of the deletion